home *** CD-ROM | disk | FTP | other *** search
- %BEGIN Colors
- /fgColor
- {
- /colorValue exch def
- colorValue type /arraytype eq
- { /foregroundColor colorValue def}
- { /foregroundColor [0 0 0] def }
- ifelse
- } def
- /bkColor
- {
- /colorValue exch def
- colorValue type /arraytype eq
- { /backgroundColor colorValue def}
- {/backgroundColor [0 0 0] def }
- ifelse
- } def
- /RGBFgCol
- { /foregroundColor exch def }
- def
- /RGBBkCol
- { /backgroundColor exch def }
- def
- /hiliteColor
- { pop }
- def
- /defHilite
- {}
- def
- /OpColor
- { pop }
- def
- %END Colors
-